package se.cth.hedgehogphoto.metadata;
import static org.junit.Assert.fail;
import org.junit.Before;
import org.junit.Test;
public class MetadataTest {
@Before
public void setUp() throws Exception {
}
@Test
public void testGetImageObjectFile() {
fail("Not yet implemented");
}
@Test
public void testExtractMetadata() {
fail("Not yet implemented");
}
@Test
public void testGetImageObjectIImageMetadata() {
fail("Not yet implemented");
}
}